Q3ViewHints_SetMask
You can use theQ3ViewHints_SetMask
function to set the mask associated with a view hints object.
TQ3Status Q3ViewHints_SetMask ( TQ3ViewHintsObject viewHints, const TQ3Bitmap *mask);
viewHints
- A view hints object.
mask
- The desired mask of the specified view hints object.
DESCRIPTION
TheQ3ViewHints_SetMask
function sets the mask of the view hints object specified by theviewHints
parameter to the bitmap specified in themask
parameter.Q3ViewHints_SetMask
copies the bitmap to internal QuickDraw 3D memory, so you can dispose of the specified bitmap after callingQ3ViewHints_SetMask
.